home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- BetterBalance.mcc/--announcement--
- BetterBalance.mcc/BetterBalance.mcc
- BetterBalance.mcc/--announcement-- BetterBalance.mcc/--announcement--
-
- TITLE
- BetterBalance.mcc
-
- VERSION
- 11.1
-
- RELEASE DATE
- 08.06.1998
-
- DESCRIPTION
- BetterBalance.mcc is a subclass of Balance class which allows the
- programmer to easily save and load all balance settings of a GUI.
-
- SPECIAL REQUIREMENTS
- MUI 3.0+
-
- AVAILABILITY
- http://www.IQ-Computing.de
- ftp://ftp.iq-computing.de/pub/MCC_BetterBalance.lha
- ftp://ftp.wustl.edu/pub/aminet/dev/mui/MCC_BetterBalance.lha
-
- PRICE
- Freeware
- Please read the additional License.txt document for further details.
-
- AUTHOR
- Maik "bZ!" Schreiber <bZ@iq-computing.de>
- www.IQ-Computing.de
-
- DISTRIBUTION
- Please read the additional License.txt document for further details.
- BetterBalance.mcc/BetterBalance.mcc BetterBalance.mcc/BetterBalance.mcc
-
- BetterBalance.mcc is a subclass of Balance class which allows the programmer
- to easily save and load all balance settings of a GUI.
-
- This is how you can save all balance object positions:
-
- - Use BetterBalance objects instead of normal MUI Balance objects whereever
- you want to save the position.
- - Provide a *unique* MUIA_ObjectID for each BetterBalance object.
- - Use MUIM_Application_Save to save and MUIM_Application_Load to load the
- positions (you could override MUIM_Window_Snapshot to do that).
- This should be done before a window is opened.
-